func runtime.addb
29 uses
runtime (current package)
arena.go#L571: h = h.write(s, readUintptr(addb(p, i/8)), k)
cgocheck.go#L156: ptrmask := addb(gcbits, skipMask)
cgocheck.go#L164: ptrmask = addb(ptrmask, 1)
mbitmap.go#L268: tp.mask = readUintptr(addb(getGCMask(tp.typ), (tp.addr-tp.elem)/goarch.PtrSize/8))
mbitmap.go#L327: tp.mask = readUintptr(addb(getGCMask(tp.typ), (tp.addr-tp.elem)/goarch.PtrSize/8))
mbitmap.go#L600: word0 := (*uintptr)(unsafe.Pointer(addb(hbits, goarch.PtrSize*(i+0))))
mbitmap.go#L601: word1 := (*uintptr)(unsafe.Pointer(addb(hbits, goarch.PtrSize*(i+1))))
mbitmap.go#L826: want = *addb(getGCMask(typ), j/8)>>(j%8)&1 != 0
mbitmap.go#L883: want = *addb(getGCMask(typ), j/8)>>(j%8)&1 != 0
mbitmap.go#L931: want = *addb(getGCMask(typ), j/8)>>(j%8)&1 != 0
mbitmap.go#L1008: func addb(p *byte, n uintptr) *byte {
mbitmap.go#L1376: bits = addb(bits, word/8)
mbitmap.go#L1382: bits = addb(bits, 1)
mbitmap.go#L1437: ptrmask = addb(ptrmask, 1)
mbitmap.go#L1793: mask[i/goarch.PtrSize] = (*addb(bitmap, off/8) >> (off % 8)) & 1
mbitmap.go#L1805: mask[i/goarch.PtrSize] = (*addb(bitmap, off/8) >> (off % 8)) & 1
mgcmark.go#L1411: bits := uint32(*addb(ptrmask, i/(goarch.PtrSize*8)))
mgcmark.go#L1554: bits := *addb(ptrmask, word/8)
mgcmark.go#L1581: bits := *addb(ptrmask, word/8)
mheap.go#L2870: return addb(&b.x, n)
stack.go#L646: b := *(addb(bv.bytedata, i/8))
stack.go#L666: print(" ", add(scanp, (i+j)*goarch.PtrSize), ":", ptrnames[bv.ptrbit(i+j)], ":", hex(*(*uintptr)(add(scanp, (i+j)*goarch.PtrSize))), " # ", i, " ", *addb(bv.bytedata, i/8), "\n")
stack.go#L669: b := *(addb(bv.bytedata, i/8))
stack.go#L768: if *addb(gcData, i/(8*goarch.PtrSize))>>(i/goarch.PtrSize&7)&1 != 0 {
symtab.go#L1330: return bitvector{stkmap.nbit, addb(&stkmap.bytedata[0], uintptr(n*((stkmap.nbit+7)>>3)))}
type.go#L158: p := addb(b.ptr, b.n/8)
type.go#L170: data = addb(data, 1)
type.go#L176: p = addb(p, 1)
type.go#L187: p = addb(p, 1)